home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
libs
/
unixlib.lha
/
unix
/
include
/
math.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-12-30
|
279b
|
12 lines
#ifndef _UNIX_MATH_H
#define _UNIX_MATH_H
#include "include:math.h"
#ifndef _STRICT_ANSI
double copysign __ARGS((double, double));
int finite __ARGS((double));
double hypot __ARGS((double, double));
double logb __ARGS((double));
double scalb __ARGS((double, int));
#endif
#endif